* EXCEPTION:
* ERROR - :new_position method missing on ~Enemy~.

#+begin_src ~Enemy#inspect~
#<Enemy:0x713c3d23aca0 @h=16, @x=192, @cooldown=-5.10702591327572e-15, @new_direction={:x=>0, :y=>-16}, @w=16, @y=112, @direction="horizontal", @is_dead=false, @collision_counter=42, @player_inside=false>
#+end_src ~Enemy#inspect~

** Did you mean?
Here's a list of methods that kind of look like :new_position.
*** :new_entity
*** :new_entity_strict

The method named
  :new_position
doesn't exist on [Enemy, #<Class:#<Enemy:0x713c3d23aca0>>, AttrRect, AttrGTK].

(suggestions above)
** Backtrace:
*** app/main.rb:163:in motion
*** app/main.rb:128:in move
*** app/main.rb:617:in tick
*** app/main.rb:617:in tick